home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Talking Telnet / source / printing / printing.proto.h < prev   
Text File  |  1996-06-22  |  383b  |  12 lines

  1.  
  2. /* printing.c */
  3. void    PrintingUnload(void);
  4. short userabort(void);
  5. void printGraph(short dnum);
  6. void printPages(TPPrPort prPort, THPrint PrPrintRec, Str255 Title, short columns,
  7.                 char **charh, short refNum, short useTitle, short theScreen);
  8. void printText(short vs, Str255 Title, short scrn);
  9. void PrintPageSetup(void);
  10. void PrintSelection(void);
  11. THPrint PrintSetupRecord(void);
  12.